home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / util / fax.chestrc < prev    next >
Text File  |  1994-08-01  |  929b  |  29 lines

  1. #
  2. # A sample menu to add to your ~/.chestrc
  3. # file on a machine with a server
  4. #
  5. # Top Level Menu Description
  6. #Menu ToolChest
  7. #{
  8. #    "System"            f.menu System
  9. #     no-label           f.separator
  10. #    "Windows"           f.menu Windows
  11. #     no-label           f.separator
  12. #    "Tools"             f.menu Tools
  13. #     no-label           f.separator
  14. #    "Hosts"             f.menu Hosts
  15. #     no-label           f.separator
  16. #    "FlexFAX"           f.menu FlexFAX
  17. #}
  18.  
  19. Menu FlexFAX
  20. {
  21.     "FlexFAX"           f.title
  22.     "View Receive Queue" f.exec "/usr/sbin/dirview /usr/spool/fax/recvq"
  23.     no-label            f.separator
  24.     "Answer Phone"      f.exec "/usr/local/bin/faxanswer ttym2"
  25.     "Start Server"      f.exec "/bin/su root -c \"/usr/etc/faxd -m /dev/ttym2\"&"
  26.     "Stop Server"       f.exec "/usr/local/bin/faxquit ttym2"
  27.     "Control Panel"     f.exec "/bin/su root -c \"/usr/lib/vadmin/fax -m /dev/ttym2\"&"
  28. }
  29.